String Schema
IcaoAirportCode Simple Type
Namespace http://string.drv.de/xmlschema/string
Type
Restriction of xs:string
Overview
IcaoAirportCode Restriction of xs:string
Facets
Length4
Source
<xs:simpleType name="IcaoAirportCode" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:length value="4" />
  </xs:restriction>
</xs:simpleType>
See Also
String Schema

 

 


© 2017 All Rights Reserved.

Send comments on this topic.